/* 自定义样式 */

h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}


/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}


/* 公用标题样式 */
.bt{text-align: center;margin-bottom: 20px;}
.bt h3 {font-size: 26px; font-weight: bold; color: #000; line-height: 1; letter-spacing: 2px; margin-bottom: 5px;}
.bt h5 { font-size: 20px;line-height: 1;color: #bbb;}
.bt hr {border-top: 2px solid #009ffd; margin: 10px auto;width: 80px;}
.bt p {  font-size: 14px;line-height: 1;color: #888;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  
  .bt h3{font-size: 20px;letter-spacing: 1px;}
  .bt h5{font-size: 18px;}
  .bt p { font-size: 13px;line-height: 1.3;color: #888;padding: 0 10px;}

}




@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  


}


.nr{background:#fff; height:425px;box-shadow: 2px 2px 10px 2px #666;}
.nr .img{float:left;margin: 2.5%;}
.nr .jj{ padding: 1.7% 1% 0 0;}
.nr .jj p{margin:0 0 1.3% 0;line-height:1.8;font-size: 15px;}





@media (max-width: 768px) {
  
.nr .jj{ padding: 2% 2%;} 
.nr .jj p{font-size: 14px;}
  
  
}






/* 关于我们 */
.gywm{background: #f5f5f5;padding: 0 0 60px;}
.gy-img { float: left;width: 97%; border: 3px solid #0063a7;margin-top: 40px;position: relative;}
.gy-img iframe{height: 300px;width: 100%;}

.gywm p{text-align: left;text-indent:2em;font-size:16px;line-height:2;padding: 0 10px;}
.gy-bt{margin-bottom: 40px;margin-top: 70px;}

.gy-nr{}
.gy-nr p {font-size: 15px;text-align: center; line-height: 1.8; color: #555; margin-bottom: 5px;}

.gy-btn{margin-top: 40px;margin-bottom: 30px;}
.gy-btn ul{}
.gy-btn ul li{float: left;width: 25%;padding: 0 30px;text-align: center;}
.gy-btn ul li a{display: block;padding: 15px;border-radius: 5px;transition: all .6s;border-radius:5px;}
.gy-btn ul li a img {width: 80px;margin-bottom: 10px;}
.gy-btn ul li a h3 {font-size: 16px;line-height: 1; color: #000; letter-spacing: 1px;margin-bottom: 10px;font-weight: bold;}
.gy-btn ul li a p { font-size: 14px;line-height: 1.6;color: #555;height: 45px;}
.gy-btn ul li a:hover{box-shadow: 0 0 5px #bbb;}

.gy-more{text-align: center;}
.gy-more a {display: inline-block; font-size: 15px;line-height: 1; background: #009ffd; color: #fff; font-weight: bold; padding: 14px 28px;transition:all .6s;}
.gy-more a:hover{background: #0089da;}

/* 搜索框 */

.gywm .container{position: relative;text-align:center;}
.search-cont{position: absolute;top: -50px;z-index: 99;}

.hot_search{text-align: center;}

.search-box {border-bottom: 1px solid #eee;background: #ffffff; position: absolute; width: 100%; top: -50px; z-index: 3; padding: 20px;box-shadow: 0 1px 3px #bbb;}
.search-box .hot_search{font-size: 15px;line-height: 36px;float: left;width: 65%;text-align: left;}
.search-box .hot_search b {color: #111;font-size: 15px;line-height: 1;}
.search-box .hot_search a{font-size: 15px;color: #363636;}
.search-box .hot_search a:hover{color: #1b4f98;}
.search-box .searchbox{text-align: right;position: relative;float: right;width: 26%}
.search-box .searchbox input{    height: 36px;outline: none;border-radius: 0;border: none;font-size: 15px;}
.search-box .searchbox input[type="text"]{    width: 73%;border: 1px solid #1b4f98;padding-left: 10px;font-size: 14px;background: #fff;}
.search-box .searchbox input[type="submit"] {width: 27%;margin-left: -5px;background: #1b4f98;font-size: 15px;color: #fff;letter-spacing: 3px;position: relative;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .gy-nr p{font-size:14px;}
  
  .gy-btn {margin-top: 10px;}
  .gy-btn ul li{padding: 0 10px;}
  .gy-btn ul li a img{width: 60px;}
  .gy-btn ul li a p { font-size: 12px; line-height: 1.5; color: #555;height: 40px;}
  
}

@media (max-width: 767px) {
  
  .gy-bt{margin: 30px 0;}
  
  .gy-nr { padding: 0 10px;}
  .gy-nr p {font-size: 13px;line-height: 1.6;}

  .gy-btn {padding: 0 10px;}
  
  .gy-btn ul li { padding: 0 10px;width: 50%;margin-bottom: 10px;}
  .gy-btn ul li a{padding: 10px;}
   .gy-img {float: none;width: 100%;padding: 0; margin: 0 0 20px;}
  .gy-img iframe { height: 240px;width: 100%;}
  .gy-nr img{display: none;}
  
  
}



/* 工厂环境 */
.gchj{padding: 60px 0 80px;}

.hj-bt{margin-bottom: 40px;}

.hj-cont{}
.hj-box{float: left;width: 25%;}
.hj-box a{display:block;position: relative;background: #222;overflow: hidden;}
.hj-box a img{width: 100%;transition: all .6s;transform: scale(1.1);}
.hj-box a h3 {position: absolute; width: 100%; text-align: center; top: 0; z-index: 2;font-size: 24px; line-height: 1; color: #fff; letter-spacing: 1px;padding-top: 60%;display:none;transition: all .6s;}
.hj-box a:hover img{opacity: .65;transform: scale(1);}
.hj-box a:hover h3{display: block;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {

  .gchj {padding: 30px 0 40px;}
  .hj-bt { margin-bottom: 20px;}


}





/* 广告 */
.adv{background: url(../images/bg5.jpg)no-repeat center fixed;padding: 50px 0;color: #fff;text-align:center;}

.adv h3 { font-size: 30px; line-height: 1; margin-bottom: 30px; letter-spacing: 3px;text-shadow: 1px 1px 0 #bbb;}
.adv p {padding: 0 10%;  font-size: 16px; line-height: 1.8;}
.adv a { display: inline-block; font-size: 16px;line-height: 1;margin-top: 30px; border: 1px solid #fff;padding: 15px 35px;}
.adv a:hover{background: #fff;}



@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  .adv h3{font-size: 25px;}
.adv p { padding: 0 5%;font-size: 14px;line-height: 1.6;}

}



/* 新闻 */
.xinw{padding: 50px 0;background: #f5f5f5;}

.xw-bt{margin-bottom: 40px;}

.nav-tabs {border-bottom: none;}
.nav-tabs>li {float: left;margin-bottom: 0;}
.nav-tabs>li>a { margin-right: 0;line-height: 1;border: none;border-radius: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff;cursor: pointer;background: #009ffd;border: none;border-color: #009ffd;}

.xw-nav{margin-bottom: 30px;text-align: center;}
.xw-nav ul{display: inline-block;}
.xw-nav li{}
.xw-nav li a { font-size: 16px; line-height: 1; margin: 0 10px; background: #fff;padding: 10px 30px;}

.xw-left{padding: 10px;float: left;width: 49%;background: #fff;}
.xw-left img{width: 100%;}
.xw-box { position: relative; height: 350px;overflow: hidden;}
.xw-info{position: absolute;left: 0;bottom: 0;width: 100%;padding: 10px;z-index: 3;background: rgb(0 0 0 / 50%);}
.xw-info a {  font-size: 17px; line-height: 1; color: #fff;  margin-bottom: 10px;display: block;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.xw-info p { font-size: 14px;line-height: 1.2;color: #ddd;}

.xw-right{float: right;width: 49%;}
.xw-right ul{}
.xw-right ul li{overflow: hidden;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #ddd;}
.xw-right ul li a{display:block;}
.xw-date {text-align: center;float: left;width: 20%;}
.xw-date h5 {font-size: 36px;font-weight: bold;line-height: 1;margin-bottom: 5px;color: #009ffd;}
.xw-date p { font-size: 16px; line-height: 1;color: #888;}
.xw-txt{float:left;width: 80%;}
.xw-txt h3 {font-size: 18px;line-height: 1; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;margin-bottom: 10px;}
.xw-txt h3:hover{color: #009ffd;}
.xw-txt p { font-size: 13px;line-height: 1.4;color: #888;}

.xw-btn{text-align: center;margin-top: 30px;}
.xw-btn a {display: inline-block; font-size: 15px;line-height: 1; background: #009ffd; color: #fff; font-weight: bold; padding: 14px 28px;transition:all .6s;}
.xw-btn a:hover{background: #0089da;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .xw-left{padding: 6px;}
  .xw-box{height: 270px;}
  .xw-info a{font-size: 15px;margin-bottom: 6px;}
  .xw-info p { font-size: 12px; line-height: 1.2; color: #ddd; height: 30px; overflow: hidden;}
  
  .xw-date h5{font-size: 30px;}
  .xw-date p{font-size: 13px;}
  
  .xw-right ul li{padding-bottom: 10px;margin-bottom: 10px;}
  .xw-txt h3{font-size: 16px;margin-bottom: 5px;}
  .xw-txt p { font-size: 12px; line-height: 1.3; color: #888;height: 30px; overflow: hidden;}
  
}

@media (max-width: 767px) {

  .xw-left{display: none;}
  .xw-right {float: none; width: 100%;padding: 0 10px;}


}




/* 案例 */
.anli{padding: 60px 0;}



.al-cont{}

.al-box1{float: left;width: 66.66%;padding-right: 20px;margin-bottom: 20px;}
.al-box1 a{display: block;overflow: hidden;height: 450px;position: relative;}
.al-box1 a img{width: 100%;transition:all .6s;min-height: 100%;}
.al-box1 a:hover img{transform: scale(1.1);}


.al-box2{float:left;width: 33.33%;}
.al-box2 .al-img1{margin-bottom: 20px;overflow: hidden;position: relative;}
.al-box2 .al-img1 a{display:block;height: 215px;}
.al-box2 .al-img1 img{width: 100%;transition:all .6s;min-height: 100%;}
.al-box2 .al-img1:hover img{transform: scale(1.1);}


.al-box3{}
.al-box3 .al-img2{float: left;width: 33.33%;padding-right: 20px;}
.al-box3 .al-img2 a{display: block;overflow: hidden;height: 270px;position: relative;}
.al-box3 .al-img2 a img{width: 100%;min-height: 100%;transition:all .6s;}
.al-box3 .al-img2:nth-last-child(2){padding: 0;}
.al-box3 .al-img2 a:hover img{transform: scale(1.1);}

.al-cont a{display: block;position: relative;}

.al-cont a h1 { position: absolute; bottom: 0; width: 100%; background: rgb(0 0 0 / 35%); padding: 15px; text-align: left;  font-size: 16px; line-height: 1;color: #fff;}
.al-cont a h1 span { display: inline-block; float: right;font-size: 14px; font-weight: normal;  color: #ddd; line-height: 1;}

.al-box2 a h1 { position: absolute; width: 100%; height: 100%; top: 0; font-size: 24px; line-height: 1; color: #fff; background: rgb(0 0 0 / 25%); padding-top: 24%;  letter-spacing: 2px;text-align: center;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .al-box1 a{height: 400px;}
  .al-box2 .al-img1 a{height: 190px;}
  .al-box3 .al-img2 a{height:200px;}
  
  
}
@media (max-width: 992px){

  
  .al-box1 {  padding-right: 10px; margin-bottom: 10px;}
  .al-box1 a{height: 290px;}
  .al-box2 .al-img1{margin-bottom: 10px;}
  .al-box2 .al-img1 a{height: 140px;}
  .al-box3 .al-img2 {padding-right: 10px;}
  .al-box3 .al-img2 a{height:150px;}
  
  
}
@media (max-width: 767px){

  .anli {padding: 30px 0;}
  
  .al-cont {padding: 0 10px;}
  .al-box1 { padding: 0 5px;margin-bottom: 5px;float: none; width: 100%;}
  .al-box1 a {height: 220px;}
  
  .al-box2 { float: none; width: 100%; overflow: hidden;padding-left: 5px;}
  .al-box2 .al-img1 {margin-bottom: 5px;float: left; width: 50%; padding-right: 5px;overflow: hidden;}
  .al-box2 .al-img1 a { height: 110px;overflow: hidden;}
  
  .al-box3 {padding-left: 5px;}
  .al-box3 .al-img2 { padding-right: 5px;}
  .al-box3 .al-img2 { float: left; width: 50%;margin-bottom: 5px;}
  
  .al-box3 .al-img2:nth-last-child(2) { padding: 0;  width: 100%;}
  .al-box3 .al-img2:nth-last-child(2) a{height:220px;}
  
  .al-cont a h1 { font-size: 15px; padding: 10px;}
  
  .al-cont a h1 span{display: none;}
  
  .al-box2 a h1{font-size: 18px;padding-top: 20%;}
  
  
}







/* 产品展示 */

.cpzs{padding: 60px 0;}

.cp-nav{margin-bottom: 30px;text-align: center;}
.cp-nav ul{display: inline-block;}
.cp-nav li{}
.cp-nav li a { font-size: 16px; line-height: 1; margin: 0 10px; background: #fff;padding: 10px 30px;border: 1px solid #ddd;}


.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float:left;width: 25%;padding: 0 8px;margin-bottom: 15px;}
.cp-cont ul li a {display: block; padding: 5px;border: 1px solid #ddd;}
.cp-cont ul li a .cp-img { height: 220px;overflow: hidden; display: flex; flex-wrap: wrap;align-content: center;}
.cp-cont ul li a .cp-img img{width: 100%;min-height: 100%;transition:all .6s;}
.cp-cont ul li a p{text-align: center;font-size: 15px;line-height: 1;padding: 15px 0;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-cont ul li a:hover{border-color: #009ffd;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-cont ul li a .cp-img{height: 180px;}
  
}

@media (max-width: 992px) {

  .cp-cont ul li{padding: 0 5px;}
  .cp-cont ul li a .cp-img{height: 130px;}
  .cp-cont ul li a p{font-size: 15px;}
  
}

@media (max-width: 767px) {
  
  .cp-cont { padding: 0 10px;}
  .cp-cont ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
  .cp-cont ul li a .cp-img { height: 150px;}
  
  
}


/* 合作企业 */
.hezuo{padding: 50px 0;background: #efefef;}

.hz-cont{}
.hz-cont ul{}
.hz-cont ul li{float: left;width: 14.2%;padding: 0 5px;margin-bottom: 10px;}
.hz-cont ul li .hz-box{border: 1px solid #eee;transition: all .6s;}
.hz-cont ul li .hz-box img{width: 100%;}

.hz-cont ul li .hz-box:hover {box-shadow: 0 0 5px #ccc;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  
}

@media (max-width: 767px) {
  
.hezuo {padding: 30px 0;background: #efefef;}
  .hz-cont {padding: 0 10px;}
  .hz-cont ul li{width: 25%;}

}







/* 底部 */
.f_one{background: #0267ae;text-align:center;color: #f5f5f5;padding: 30px 0;}

.f-logo{overflow: hidden;padding: 0 27%;}
.f-logo img {  float: left; width: 130px;}
.f-logo .f-tit { float: left; text-align: left;margin-left: 10px;}
.f-logo .f-tit h3 {font-size: 30px; font-weight: bold; letter-spacing: 1px; line-height: 1; margin-bottom: 10px; margin-top: 10px;}
.f-logo .f-tit p { font-size: 16px; line-height: 1;}

.f-nav{text-align: center;margin: 30px 0;}
.f-nav ul{overflow: hidden;display: inline-block;}
.f-nav ul li{float: left;}
.f-nav ul li a {display: inline-block;font-size: 16px;line-height: 1;margin: 0 25px;}
.f-nav ul li a:hover{color: #fff;}

.f-lx{margin-bottom: 15px;}
.f-lx p { font-size: 14px;line-height: 1.5;}

.copyright {font-size: 15px;line-height: 1;margin-bottom: 10px;}

.footer{display: none;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}



/* 内页样式 */
.page-body {margin: 30px auto 50px;}

.left_menu{float: left;width: 22%;margin-right: 3%;padding:0;}
.page-body .col-md-9{float: left;width: 75%;padding: 0;}


.sec-tit {border: none;height: 50px;line-height: 50px;background: #bb000e;padding: 0 10px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.sec-tit h2 {float: left; margin-top: 0;margin-bottom: 0; height: auto;line-height: 50px; font-weight: bold; font-size: 18px;color: #ffffff;border: none;}

.sec-tit h5{margin-top:16px;}
.sec-tit h5 a{color:#fff;}
.sec-tit h5 a:hover{background: #f9b31e}

.page-l-clist{padding: 0;border: none;text-align: center;}
.page-l-clist ul { padding: 0; border: none;display: inline-block;overflow: hidden;}
.page-l-clist li { text-align: center; font-size: 15px;border: none;background: #eee; float: left;margin: 5px; height: auto; line-height: 1;z-index: 1;}
.page-l-clist li a {display: block;width: 190px; padding: 15px 0;font-size: 16px;line-height: 1;}
.page-l-clist li.on a{color: #fff; background: #46a6ec;}
.page-l-clist li a:hover {width: 190px;height: auto; color: #fff; background: #46a6ec;}
.page-l-clist li .layer2{left: 100%;}


.left-news li a h5 { line-height: 1; text-align: left; font-size: 14px; padding: 10px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left-news li a:hover h5{color: #46a6ec;}

.sec-marquee-c strong{font-size: 18px;}


/* 右侧 */
.page-alist{margin-top: 0;overflow: hidden;}

.crumbs-item {line-height: 1;overflow: hidden; margin-bottom: 30px; border: none; background: #f5f5f5;box-shadow: 0 0 3px #bbb;padding: 10px 0;}
.crumbs-item h5 {font-size: 14px;line-height: 1; padding: 7px 0;color: #666;}
.crumbs-item h5 .fa{color: #46a6ec;margin-right: 5px;}

.wp-pagenavi{text-align: center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #46a6ec;
    border-color: #46a6ec;
}
.pagination>li>a, .pagination>li>span{color: #46a6ec;}


/* 内页标题 */
/* .page-title{height: 40px;color:#fff; position: relative;margin-bottom: 10px;}
.page-title a{display: none;pointer-events:none;}
.page-title a:nth-last-child(2) { display: block;color: #222;  position: absolute;left: 0; font-size: 26px;  letter-spacing: 2px;  text-align: center; width: 100%;z-index:3;top: 0;}
.page-title hr {border-top: 2px solid #46a6ec; margin: 25px auto 0; width: 5%;} */

.page-title{text-align: center;color: #222;font-size: 26px;  letter-spacing: 2px;margin-bottom: 15px;font-weight: bold;}
.page-title hr {border-top: 2px solid #46a6ec; margin: 10px auto 0; width: 80px;}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #46a6ec;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #46a6ec;}


/* 图片列表 */
.page-alist .col-md-3 {padding: 0 8px;margin-bottom: 15px;}
.img-inner{width: 300px;overflow: hidden;}
.img-inner:hover {border: 1px solid #46a6ec;overflow: hidden;}

.page-alist .col-md-3 a{display:block;}
.page-alist .col-md-3 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.page-nav{display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{width: 50%;padding: 0 5px;float: left;border: none;margin-bottom: 10px;}
.page-nav ul li a { display: block;text-align: center; background: #f6f6f6; font-size: 14px; line-height: 1;padding: 15px 0;}
.page-nav ul li a:hover{color: #fff;background: #46a6ec;}

/* 单页 */
.page-content {font-size: 15px;line-height: 1.8;}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1{font-size: 20px;line-height: 1;padding-bottom: 10px;}

.product_detail h1.title{font-size: 20px;line-height: 1;}
.list_p li h2 { margin-top: 0;font-size: 14px;line-height: 1;}
.list_p li { height: auto; line-height: 1; font-size: 14px; border-bottom: 1px dashed #e0e1dc; padding: 10px 0;font-family: "Microsoft YaHei";}
.list_p li h2 a { font-size: 14px;font-family: "Microsoft YaHei";}


/* 地图 */
.page-addr{}
.page-addr iframe{width: 100%;}


/* 留言 */
.form-control:focus {
    border-color: #46a6ec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(70 166 236 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(70 166 236 / 60%);
}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  
  .page-alist .col-md-3 {padding: 0 8px;margin-bottom: 10px;float: left;width: 50%;}
  
  
}

@media (max-width: 767px){
  
  .page-body { margin: 5px auto 40px;}
  .page-body .col-md-9 {float: none; width: 100%; padding: 0 15px;}
  
  .crumbs-item h5{font-size: 13px;}
  
  .page-l-clist ul {padding: 0 10px;width: 100%;}
  .page-l-clist li {width: 50%;margin: 5px 0;padding: 5px;background: none;}
  .page-l-clist li a{width: 100%;margin: 0;background: #eee;}
  
  .page-content{padding: 0 15px;}
  
  .page-nav{display: block;}
  
  .page-alist{padding: 0 15px;}
  .page-alist .col-md-3{padding: 0 5px;}
  .img-inner { height: 120px;}
  .page-alist .col-md-3 a h5{font-size:14px;}
  
  .page-alist .page-atit p {height: 4rem;font-size: 13px;}
  
  
  .product_detail .img {overflow: hidden;}
  .zoomPad{z-index: 0 !important;}
  
  .page-alist .col-md-4{height: auto;}
  
  
}


